type github.com/andybalholm/brotli.contextLUT

9 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1280: 	var literal_context_lut contextLUT = getContextLUT(literal_context_mode)
		context.go#L2168: type contextLUT []byte
		context.go#L2170: func getContextLUT(mode int) contextLUT {
		context.go#L2174: func getContext(p1 byte, p2 byte, lut contextLUT) byte {
		encode.go#L318: 		var utf8_lut contextLUT = getContextLUT(contextUTF8)
		encode.go#L439: 	var literal_context_lut contextLUT = getContextLUT(literal_context_mode)
		histogram.go#L204: 				var lut contextLUT = getContextLUT(context_modes[context])
		metablock.go#L490: func buildMetaBlockGreedyInternal(ringbuffer []byte, pos uint, mask uint, prev_byte byte, prev_byte2 byte, literal_context_lut contextLUT, num_contexts uint, static_context_map []uint32, commands []command, mb *metaBlockSplit) {
		metablock.go#L552: func buildMetaBlockGreedy(ringbuffer []byte, pos uint, mask uint, prev_byte byte, prev_byte2 byte, literal_context_lut contextLUT, num_contexts uint, static_context_map []uint32, commands []command, mb *metaBlockSplit) {